libxl: notice if vbd virt device specifier ("path") unrecognised
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 5 Feb 2010 10:35:57 +0000 (10:35 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 5 Feb 2010 10:35:57 +0000 (10:35 +0000)
commit10d13f8ac61c6ae61559837300f1382eb3bd088d
tree69fa817c272ceef21490f642abe6decdb4ab21da
parentaf43e76ed68566dbceedefaac89924070842edec
libxl: notice if vbd virt device specifier ("path") unrecognised

Previously, specifying a virtual device string the vbd that couldn't
be parsed would result in attempting to actually create the device
with vbd number -1 !

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c